{foreach $articles as $v}
  • {$v.title} {:date('Y-m-d H:i',$v.create_at)}
  • {/foreach}
{include file="./footer"}